home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libclucene0ldbl / copyright < prev    next >
Text File  |  2008-05-02  |  16KB  |  325 lines

  1. This package was debianized by Daniel Glassey <wdg@debian.org> on
  2. Thur, 11 Aug 2005 18:44 +0100.
  3.  
  4. It was downloaded from http://clucene.sourceforge.net
  5.  
  6. CLucene was originally ported to C++ by Ben van Klinken <bvanklinken@gmail.com>
  7. from Doug Cutting's popular java search engine, Lucene
  8. (see http://lucene.apache.org).
  9.  
  10. Upstream Authors:
  11.    Ben van Klinken <bvanklinken@gmail.com>
  12.    Doug Cutting <cutting@users.sourceforge.net>
  13.    John Wheeler <j_wheeler@users.sourceforge.net>
  14.    Robert G. Ristroph <rgristroph@users.sourceforge.net>
  15.    David Rushby <woodsplitter@users.sourceforge.net>
  16.    Jimmy Pritts <jpritts@sdf.lonestar.org>
  17.    Peter Edwards <peter@dragonstaff.co.uk>
  18.    Jorge Sabater Redondo <jsabater@elderecho.com>
  19.    Daniel Glassey <danglassey@ntlworld.com>
  20.    Peter Gladkikh <batyi@mail.ru>
  21.    Pedja <amigo@max3d.com>
  22.    Peter Hodges <hodges.peter@gmail.com>
  23.    Jos van den Oever <oever@users.sourceforge.net>
  24.  
  25. Copyright:
  26.    (C) 2003-2006 Ben van Klinken <bvanklinken@gmail.com>
  27.    (C) 2003-2006 CLucene Team <clucene-developers@lists.sourceforge.net>
  28.    (C) 2003-2006 Jos van den Oever <oever@users.sourceforge.net>
  29.  
  30. Copyright for gunichartables and utf8:
  31.    (C) 1999 Tom Tromey
  32.    (C) 1999 Owen Taylor
  33.    (C) 2000 Red Hat, Inc.
  34.    (C) 2003-2006 The Apache Software Foundation
  35.  
  36. Copyright for MD5 Message-Digest Algorithm (MD5Digester):
  37.    (C) 1991-2 RSA Data Security, Inc
  38.    (C) 2002 Gary McNickle
  39.    (C) 2003-2006 Ben van Klinken and the CLucene Team
  40.  
  41. Licenses:
  42. It is dual licensed under the GNU LGPL version 2.1, and the Apache License
  43. Version 2.0
  44.  
  45. /*------------------------------------------------------------------------------
  46. * Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team
  47. *
  48. * Distributable under the terms of either the Apache License (Version 2.0) or
  49. * the GNU Lesser General Public License, as specified in the COPYING file.
  50. ------------------------------------------------------------------------------*
  51.  
  52. On Debian systems, the complete text of the GNU Lesser General Public
  53. License, version 2.1, can be found in /usr/share/common-licenses/LGPL-2.1
  54.  
  55. License
  56.  
  57. The CLucene Core Library uses a dual license strategy for the source code.
  58. These licenses are the GNU Lesser General Public License (LGPL) and the Apache
  59. License (Version 2.0). Users can choose the license they wish to distribute
  60. their software under. This means that you do not need to abide by *both*
  61. licenses, but rather than you can choose the license which most suits your
  62. needs.
  63.  
  64. To rephrase this and to make it perfectly clear:
  65. CLucene is distributed under the GNU Lesser General Public License (LGPL)
  66.         *or*
  67. the Apache License, Version 2.0
  68.  
  69. However, we are an open source project, and we encourage users to use the LGPL
  70. license and participate fully in the free software community. Dual licensing
  71. of the CLucene source code provides open and free access to the technology both
  72. for the GPL community and for other developers or companies that cannot use theGPL.
  73.  
  74. You can freely modify, extend, and improve the CLucene source code. The only
  75. question is whether or not you must provide the source code and contribute
  76. modifications to the community. The GNU and Apache licenses allow different
  77. ranges of flexibility in this regard, but in the end, regardless of the
  78. licenseused, we highly recommend that you submit any bugs, incompatibilities or
  79. added features.
  80.  
  81. Note that this same license does *not* apply to the CLucene Contributions
  82. package. You should read the COPYING file in that directory or package for
  83. more information.
  84.  
  85. CLUCENE SUBCOMPONENTS:
  86.  
  87. CLucene includes a number of subcomponents with separate copyright
  88. notices and license terms. Your use of the source code for the
  89. these subcomponents is subject to the terms and conditions of the
  90. following licenses. 
  91.  
  92. For the MD5 Message-Digest Algorithm (MD5Digester) component:
  93.  /*
  94.   * This is work is derived from material Copyright RSA Data Security, Inc.
  95.   *
  96.   * The RSA copyright statement and Licence for that original material is
  97.   * included below. This is followed by the Apache copyright statement and
  98.   * licence for the modifications made to that material.
  99.   */
  100.  /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
  101.     rights reserved.
  102.  
  103.     License to copy and use this software is granted provided that it
  104.     is identified as the "RSA Data Security, Inc. MD5 Message-Digest
  105.     Algorithm" in all material mentioning or referencing this software
  106.     or this function.
  107.  
  108.     License is also granted to make and use derivative works provided
  109.     that such works are identified as "derived from the RSA Data
  110.     Security, Inc. MD5 Message-Digest Algorithm" in all material
  111.     mentioning or referencing the derived work.
  112.  
  113.     RSA Data Security, Inc. makes no representations concerning either
  114.     the merchantability of this software or the suitability of this
  115.     software for any particular purpose. It is provided "as is"
  116.     without express or implied warranty of any kind.
  117.  
  118.     These notices must be retained in any copies of any part of this
  119.     documentation and/or software.
  120.   */
  121.  
  122. The Apache license follows:
  123.  
  124.                                  Apache License
  125.                            Version 2.0, January 2004
  126.                         http://www.apache.org/licenses/
  127.  
  128.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  129.  
  130.    1. Definitions.
  131.  
  132.       "License" shall mean the terms and conditions for use, reproduction,
  133.       and distribution as defined by Sections 1 through 9 of this document.
  134.  
  135.       "Licensor" shall mean the copyright owner or entity authorized by
  136.       the copyright owner that is granting the License.
  137.  
  138.       "Legal Entity" shall mean the union of the acting entity and all
  139.       other entities that control, are controlled by, or are under common
  140.       control with that entity. For the purposes of this definition,
  141.       "control" means (i) the power, direct or indirect, to cause the
  142.       direction or management of such entity, whether by contract or
  143.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  144.       outstanding shares, or (iii) beneficial ownership of such entity.
  145.  
  146.       "You" (or "Your") shall mean an individual or Legal Entity
  147.       exercising permissions granted by this License.
  148.  
  149.       "Source" form shall mean the preferred form for making modifications,
  150.       including but not limited to software source code, documentation
  151.       source, and configuration files.
  152.  
  153.       "Object" form shall mean any form resulting from mechanical
  154.       transformation or translation of a Source form, including but
  155.       not limited to compiled object code, generated documentation,
  156.       and conversions to other media types.
  157.  
  158.       "Work" shall mean the work of authorship, whether in Source or
  159.       Object form, made available under the License, as indicated by a
  160.       copyright notice that is included in or attached to the work
  161.       (an example is provided in the Appendix below).
  162.  
  163.       "Derivative Works" shall mean any work, whether in Source or Object
  164.       form, that is based on (or derived from) the Work and for which the
  165.       editorial revisions, annotations, elaborations, or other modifications
  166.       represent, as a whole, an original work of authorship. For the purposes
  167.       of this License, Derivative Works shall not include works that remain
  168.       separable from, or merely link (or bind by name) to the interfaces of,
  169.       the Work and Derivative Works thereof.
  170.  
  171.       "Contribution" shall mean any work of authorship, including
  172.       the original version of the Work and any modifications or additions
  173.       to that Work or Derivative Works thereof, that is intentionally
  174.       submitted to Licensor for inclusion in the Work by the copyright owner
  175.       or by an individual or Legal Entity authorized to submit on behalf of
  176.       the copyright owner. For the purposes of this definition, "submitted"
  177.       means any form of electronic, verbal, or written communication sent
  178.       to the Licensor or its representatives, including but not limited to
  179.       communication on electronic mailing lists, source code control systems,
  180.       and issue tracking systems that are managed by, or on behalf of, the
  181.       Licensor for the purpose of discussing and improving the Work, but
  182.       excluding communication that is conspicuously marked or otherwise
  183.       designated in writing by the copyright owner as "Not a Contribution."
  184.  
  185.       "Contributor" shall mean Licensor and any individual or Legal Entity
  186.       on behalf of whom a Contribution has been received by Licensor and
  187.       subsequently incorporated within the Work.
  188.  
  189.    2. Grant of Copyright License. Subject to the terms and conditions of
  190.       this License, each Contributor hereby grants to You a perpetual,
  191.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  192.       copyright license to reproduce, prepare Derivative Works of,
  193.       publicly display, publicly perform, sublicense, and distribute the
  194.       Work and such Derivative Works in Source or Object form.
  195.  
  196.    3. Grant of Patent License. Subject to the terms and conditions of
  197.       this License, each Contributor hereby grants to You a perpetual,
  198.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  199.       (except as stated in this section) patent license to make, have made,
  200.       use, offer to sell, sell, import, and otherwise transfer the Work,
  201.       where such license applies only to those patent claims licensable
  202.       by such Contributor that are necessarily infringed by their
  203.       Contribution(s) alone or by combination of their Contribution(s)
  204.       with the Work to which such Contribution(s) was submitted. If You
  205.       institute patent litigation against any entity (including a
  206.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  207.       or a Contribution incorporated within the Work constitutes direct
  208.       or contributory patent infringement, then any patent licenses
  209.       granted to You under this License for that Work shall terminate
  210.       as of the date such litigation is filed.
  211.  
  212.    4. Redistribution. You may reproduce and distribute copies of the
  213.       Work or Derivative Works thereof in any medium, with or without
  214.       modifications, and in Source or Object form, provided that You
  215.       meet the following conditions:
  216.  
  217.       (a) You must give any other recipients of the Work or
  218.           Derivative Works a copy of this License; and
  219.  
  220.       (b) You must cause any modified files to carry prominent notices
  221.           stating that You changed the files; and
  222.  
  223.       (c) You must retain, in the Source form of any Derivative Works
  224.           that You distribute, all copyright, patent, trademark, and
  225.           attribution notices from the Source form of the Work,
  226.           excluding those notices that do not pertain to any part of
  227.           the Derivative Works; and
  228.  
  229.       (d) If the Work includes a "NOTICE" text file as part of its
  230.           distribution, then any Derivative Works that You distribute must
  231.           include a readable copy of the attribution notices contained
  232.           within such NOTICE file, excluding those notices that do not
  233.           pertain to any part of the Derivative Works, in at least one
  234.           of the following places: within a NOTICE text file distributed
  235.           as part of the Derivative Works; within the Source form or
  236.           documentation, if provided along with the Derivative Works; or,
  237.           within a display generated by the Derivative Works, if and
  238.           wherever such third-party notices normally appear. The contents
  239.           of the NOTICE file are for informational purposes only and
  240.           do not modify the License. You may add Your own attribution
  241.           notices within Derivative Works that You distribute, alongside
  242.           or as an addendum to the NOTICE text from the Work, provided
  243.           that such additional attribution notices cannot be construed
  244.           as modifying the License.
  245.  
  246.       You may add Your own copyright statement to Your modifications and
  247.       may provide additional or different license terms and conditions
  248.       for use, reproduction, or distribution of Your modifications, or
  249.       for any such Derivative Works as a whole, provided Your use,
  250.       reproduction, and distribution of the Work otherwise complies with
  251.       the conditions stated in this License.
  252.  
  253.    5. Submission of Contributions. Unless You explicitly state otherwise,
  254.       any Contribution intentionally submitted for inclusion in the Work
  255.       by You to the Licensor shall be under the terms and conditions of
  256.       this License, without any additional terms or conditions.
  257.       Notwithstanding the above, nothing herein shall supersede or modify
  258.       the terms of any separate license agreement you may have executed
  259.       with Licensor regarding such Contributions.
  260.  
  261.    6. Trademarks. This License does not grant permission to use the trade
  262.       names, trademarks, service marks, or product names of the Licensor,
  263.       except as required for reasonable and customary use in describing the
  264.       origin of the Work and reproducing the content of the NOTICE file.
  265.  
  266.    7. Disclaimer of Warranty. Unless required by applicable law or
  267.       agreed to in writing, Licensor provides the Work (and each
  268.       Contributor provides its Contributions) on an "AS IS" BASIS,
  269.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  270.       implied, including, without limitation, any warranties or conditions
  271.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  272.       PARTICULAR PURPOSE. You are solely responsible for determining the
  273.       appropriateness of using or redistributing the Work and assume any
  274.       risks associated with Your exercise of permissions under this License.
  275.  
  276.    8. Limitation of Liability. In no event and under no legal theory,
  277.       whether in tort (including negligence), contract, or otherwise,
  278.       unless required by applicable law (such as deliberate and grossly
  279.       negligent acts) or agreed to in writing, shall any Contributor be
  280.       liable to You for damages, including any direct, indirect, special,
  281.       incidental, or consequential damages of any character arising as a
  282.       result of this License or out of the use or inability to use the
  283.       Work (including but not limited to damages for loss of goodwill,
  284.       work stoppage, computer failure or malfunction, or any and all
  285.       other commercial damages or losses), even if such Contributor
  286.       has been advised of the possibility of such damages.
  287.  
  288.    9. Accepting Warranty or Additional Liability. While redistributing
  289.       the Work or Derivative Works thereof, You may choose to offer,
  290.       and charge a fee for, acceptance of support, warranty, indemnity,
  291.       or other liability obligations and/or rights consistent with this
  292.       License. However, in accepting such obligations, You may act only
  293.       on Your own behalf and on Your sole responsibility, not on behalf
  294.       of any other Contributor, and only if You agree to indemnify,
  295.       defend, and hold each Contributor harmless for any liability
  296.       incurred by, or claims asserted against, such Contributor by reason
  297.       of your accepting any such warranty or additional liability.
  298.  
  299.    END OF TERMS AND CONDITIONS
  300.  
  301.    APPENDIX: How to apply the Apache License to your work.
  302.  
  303.       To apply the Apache License to your work, attach the following
  304.       boilerplate notice, with the fields enclosed by brackets "[]"
  305.       replaced with your own identifying information. (Don't include
  306.       the brackets!)  The text should be enclosed in the appropriate
  307.       comment syntax for the file format. We also recommend that a
  308.       file or class name and description of purpose be included on the
  309.       same "printed page" as the copyright notice for easier
  310.       identification within third-party archives.
  311.  
  312.    Copyright [yyyy] [name of copyright owner]
  313.  
  314.    Licensed under the Apache License, Version 2.0 (the "License");
  315.    you may not use this file except in compliance with the License.
  316.    You may obtain a copy of the License at
  317.  
  318.        http://www.apache.org/licenses/LICENSE-2.0
  319.  
  320.    Unless required by applicable law or agreed to in writing, software
  321.    distributed under the License is distributed on an "AS IS" BASIS,
  322.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  323.    See the License for the specific language governing permissions and
  324.    limitations under the License.
  325.